testing.common.decorate (method)
5 uses
testing (current package)
testing.go#L803: func (c *common) decorate(s string, skip int) string {
testing.go#L1060: parent.output = append(parent.output, parent.decorate(s, depth+1)...)
testing.go#L1070: fmt.Print(c.decorate(s, depth+1))
testing.go#L1072: c.chatty.Printf(c.name, "%s", c.decorate(s, depth+1))
testing.go#L1077: c.output = append(c.output, c.decorate(s, depth+1)...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)